.reset {
  position: relative;
  display: flex;
  margin-top: -91px;
}
.reset input {
  border: none;
  outline: none;
  /* 去除默认的聚焦边框 */
}
.reset button {
  color: white;
  cursor: pointer;
  border: none;
}
.reset button:focus-visible {
  outline: none;
}
.reset button:active {
  border: none;
}
.reset .log {
  position: absolute;
  left: 10%;
  top: 100px;
  width: 160px;
  height: 60px;
  z-index: 100;
}
.reset .reset_left {
  position: relative;
  flex: 1;
  min-width: 600px;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
}
.reset .reset_left .left_img {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  width: 508px;
  height: 184px;
}
.reset .reset_left .left_img_phone {
  display: none;
}
.reset .reset_left .left_bac {
  width: 100%;
  height: 100%;
}
.reset .reset_right {
  width: 50%;
  display: flex;
  min-width: 600px;
  align-items: center;
  justify-content: center;
}
.reset .reset_right .forget_form {
  width: 500px;
}
.reset .reset_right .forget_form .form_title {
  font-size: 30px;
  color: #0b0b0b;
  font-weight: bold;
  padding-bottom: 40px;
}
.reset .reset_right .forget_form .form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.reset .reset_right .forget_form .form .from_item {
  border: 1px solid #ccc;
  /* 设置统一的边框颜色 */
  padding: 8px;
  /* 设置内边距 */
  padding: 0 20px;
  height: 42px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  transition: all 0.3s linear;
  position: relative;
}
.reset .reset_right .forget_form .form .from_item .phone {
  width: 100%;
  font-size: 14px;
  color: #666;
}
.reset .reset_right .forget_form .form .from_item .errMessage {
  position: absolute;
  color: red;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s linear;
  transform: translateY(100%);
  font-size: 14px;
}
.reset .reset_right .forget_form .form .auth {
  padding-right: 0;
}
.reset .reset_right .forget_form .form .auth #code {
  font-size: 14px;
  width: 70%;
  color: #666;
}
.reset .reset_right .forget_form .form .auth .getcode {
  flex: 1;
  height: 100%;
  background-color: #1e5096;
}
.reset .reset_right .forget_form .form .nextBtn {
  width: 100%;
  background-color: #ccc;
  height: 42px;
}
.reset .reset_right .forget_form .form .pass {
  background-color: #1e5096;
}
.reset .reset_right .forget_form .form .err {
  border-color: red;
}
.reset .reset_right .forget_form .form .err .errMessage {
  opacity: 1;
}
.reset .reset_right .forget_form .form .focus {
  border-color: #1e5096;
  /* 聚焦时改变边框颜色 */
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  /* 添加阴影效果 */
}
.reset .reset_right .reset_from {
  width: 500px;
  display: none;
}
.reset .reset_right .reset_from .form_title {
  font-size: 30px;
  color: #0b0b0b;
  font-weight: bold;
  padding-bottom: 40px;
}
.reset .reset_right .reset_from .form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.reset .reset_right .reset_from .form .from_item {
  border: 1px solid #ccc;
  /* 设置统一的边框颜色 */
  padding: 8px;
  /* 设置内边距 */
  padding: 0 20px;
  height: 42px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  transition: all 0.3s linear;
  position: relative;
}
.reset .reset_right .reset_from .form .from_item input {
  width: 100%;
  font-size: 14px;
  color: #666;
}
.reset .reset_right .reset_from .form .from_item .errMessage {
  position: absolute;
  color: red;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s linear;
  transform: translateY(100%);
  font-size: 14px;
}
.reset .reset_right .reset_from .form .resetBtn {
  width: 100%;
  background-color: #ccc;
  height: 42px;
}
.reset .reset_right .reset_from .form .pass {
  background-color: #1e5096;
}
.reset .reset_right .reset_from .form .err {
  border-color: red;
}
.reset .reset_right .reset_from .form .err .errMessage {
  opacity: 1;
}
.reset .reset_right .reset_from .form .focus {
  border-color: #1e5096;
  /* 聚焦时改变边框颜色 */
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  /* 添加阴影效果 */
}
@media screen and (max-width: 680px) {
  .reset {
    overflow: hidden;
    width: 100%;
    flex-direction: column;
  }
  .reset .log {
    left: 16px;
    width: 100px;
    height: 40px;
    object-fit: contain;
  }
  .reset .reset_left {
    width: 100%;
    min-width: unset;
    min-height: unset;
  }
  .reset .reset_left .left_img {
    display: none;
  }
  .reset .reset_left .left_img_phone {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 260px;
    height: 100px;
  }
  .reset .reset_left .left_bac {
    width: 100%;
    aspect-ratio: 1/1;
    height: auto;
    min-height: unset;
  }
  .reset .reset_right {
    padding: 16px;
    box-sizing: border-box;
    width: 100%;
    min-width: unset;
    overflow: hidden;
  }
  .reset .reset_right .reset_form .from {
    gap: 40px;
  }
  .reset .reset_right .reset_form .more_reset {
    display: none;
  }
}
